* editfns.c (Ftranspose_regions): Use set_text_properties_1
authorChong Yidong <cyd@stupidchicken.com>
Sat, 24 Mar 2007 15:50:05 +0000 (15:50 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 24 Mar 2007 15:50:05 +0000 (15:50 +0000)
instead of Fset_text_properties to avoid GC.  Signal after change.

src/ChangeLog

index daac9492eaf09d326f015569ff7770988bca808c..bfe41f5c0b6069514f21049c3d11a8add7013c36 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-24  Chong Yidong  <cyd@stupidchicken.com>
+
+       * editfns.c (Ftranspose_regions): Use set_text_properties_1
+       instead of Fset_text_properties to avoid GC.  Signal after change.
+
 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
 
        * xfns.c (Fx_show_tip): Doc fix.